MOCHA = ./node_modules/mocha/bin/mocha

test:
	@$(MOCHA)

.PHONY: test
